home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _478CAC7CA1BF47179CD3459EE3A230AE < prev    next >
Encoding:
Text File  |  2004-08-04  |  1.7 KB  |  50 lines

  1. //This is automatically generated script for Xpand Rally. Do not modify.
  2. //Source file: "XpandRally Economy.xls"
  3. //Generation time: 2004-08-04 14:18:35
  4. //GameMode: RallyLeague
  5.  
  6. !SetParam(s,s)
  7. !RealismLevel(s)
  8. !SetMaxGroupDamage(s,s)
  9.  
  10. RealismLevel( "arcade" )
  11. {
  12.    SetParam( "m_bRespawnsEnabled", "1" )
  13.    SetParam( "m_fRespawnTime", "2" )
  14.    SetParam( "m_fDriverDamageMul", "0.55" )
  15.    SetMaxGroupDamage( "body", "0.75" )
  16.    SetMaxGroupDamage( "brakes", "0.5" )
  17.    SetMaxGroupDamage( "electrics", "0.5" )
  18.    SetMaxGroupDamage( "engine", "0.5" )
  19.    SetMaxGroupDamage( "transmission", "0.5" )
  20.    SetMaxGroupDamage( "wheels", "0.5" )
  21.    SetParam( "m_sDescription", "&ArcadeDesc&" )
  22.    SetParam( "m_sName", "&ArcadeName&" )
  23.    SetParam( "m_bDefault", "true" )
  24.    SetParam( "m_bAllowRestartAfterDeath", "true" )
  25.    SetParam( "m_fHeadHitFlashThreshold", "0.5" )
  26.    SetParam( "m_bArcadePhysics", "true" )
  27.    SetParam( "m_bRestartInCareerEnabled", "true" )
  28. }
  29.  
  30. RealismLevel( "realistic" )
  31. {
  32.    SetParam( "m_bRespawnsEnabled", "1" )
  33.    SetParam( "m_fRespawnTime", "4" )
  34.    SetParam( "m_fDriverDamageMul", "1.2" )
  35.    SetMaxGroupDamage( "body", "0.75" )
  36.    SetMaxGroupDamage( "brakes", "0.5" )
  37.    SetMaxGroupDamage( "electrics", "0.5" )
  38.    SetMaxGroupDamage( "engine", "0.5" )
  39.    SetMaxGroupDamage( "transmission", "0.5" )
  40.    SetMaxGroupDamage( "wheels", "0.5" )
  41.    SetParam( "m_sDescription", "&RealisticDesc&" )
  42.    SetParam( "m_sName", "&RealisticName&" )
  43.    SetParam( "m_bDefault", "false" )
  44.    SetParam( "m_bAllowRestartAfterDeath", "false" )
  45.    SetParam( "m_fHeadHitFlashThreshold", "0.7" )
  46.    SetParam( "m_bArcadePhysics", "false" )
  47.    SetParam( "m_bRestartInCareerEnabled", "true" )
  48. }
  49.  
  50.